home *** CD-ROM | disk | FTP | other *** search
/ Digital Photo Book 16: Sister 7 / Digital Photo Book 16: Sister 7.iso / mac / DATA / main.dir / 00024_Script_ÉÄÅ[ÉrÅ[ < prev    next >
Text File  |  2004-11-21  |  378b  |  21 lines

  1. property spritenum
  2.  
  3. on exitframe
  4.   if the platform contains "Mac" then
  5.     n = sprite(spritenum).movietime
  6.   else 
  7.     n = sprite(spritenum).currenttime 
  8.   end if
  9.   if n < sprite(spritenum).member.Duration then
  10.     go to the frame
  11.   end if
  12. end
  13.  
  14. on beginsprite
  15.   the mousedownscript = "go to the frame + 1"
  16. end
  17.  
  18. on endsprite
  19.   the mousedownscript = empty
  20. end
  21.